type net/http.responseAndError
6 uses
net/http (current package)
transport.go#L2120: case rc.ch <- responseAndError{err: err}:
transport.go#L2160: case rc.ch <- responseAndError{res: resp}:
transport.go#L2205: case rc.ch <- responseAndError{res: resp}:
transport.go#L2464: type responseAndError struct {
transport.go#L2474: ch chan responseAndError // unbuffered; always send in select on callerGone
transport.go#L2603: resc := make(chan responseAndError)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)